@import url("font_2807034_9rxk0owj6gf.css");
@import url("master.css");
@import url("wow.css");
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
	font-family:'TT0627M';src:url('../font/TT0627M_.TTF');
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>页头<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.header{position:fixed;width:100%;left:0;top:0;z-index:999;padding:0 4vw 0 10vw;background: #ffffff;}
.header .logo{display:flex;padding:.8vw 0;align-items: center;}
.header .logo img{height:60px;}
.header .logo a,.header .logo .logse{display: block;float: left;}
.header .logo a{position: relative;padding-right: 24px;margin-right: 24px;}
.header .logo a::after{content: "";position: absolute;right: 0;top: 50%;width: 2px;height: 44px;background: #dcdcdcb8;margin-top: -22px;}
.header img.logoSe{display: block;height: 44px;}
/*.header .nav{margin-right:3vw;}*/
.header .nav>li{margin-right:2.4vw;}
.header .nav>li>a{font-size:17px;position:relative;line-height:64px;padding:.8vw 16px .8vw 0;color: #000;}
/*.header .nav>li>a:after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#fff;-webkit-transition:all 0.35s;transition:all 0.35s;opacity:0;-webkit-opacity:0;}*/
.header .nav>li>a:after,.header .phone>.phoneIcon:after {
    position: absolute;
    right: -14px;
    top: 50%;
    content: " ";
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #d8d8d8;
}
.header .phone>.phoneIcon:after {
	right: -14px;
}
/*.header .nav>li>a.on:after{width:100%;left:0;opacity:1;-webkit-opacity:1;}*/
/*.header.onshow .nav>li>a:after{background-color:#1d6bdd;}*/
.header .nav>li:last-child{padding-right:0;}
.header .phone{line-height:64px;padding:2vw 0;align-items:center;}
.header .phone>.phoneIcon{height:18px;margin-right: 2.4vw;;position: relative;display: flex;justify-content: center;align-items: center;padding: 0vw 16px 0vw 0;}
.header .phone .phoneIcon:nth-child(2){margin-right: 26px;}
.header .phone>.phoneIcon img{width:100%;}
.header .phone>.phonetxt{font-size:22px;}
.header:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:rgba(255,255,255,.1);}
.header.onshow{background:#fff;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.header.onshow .nav>li>a{color:#333;}
.header .nav>li>a.on{font-weight: bold;color: #1d6bdd;}
.header.onshow .phone>.phonetxt{color:#1d6bdd;}
/*.header.onshow .nav>li>a.on:after{background:#1d6bdd;}*/


/*header>.right .nav li.left>a{position: relative;}
header>.right .nav li.left>a i{position: absolute;width: 60px;height: 60px;background: url(../image/logobg.png) no-repeat;background-size: cover;}*/



.nav_two{position:absolute;top:80%;left:50%;padding:.5vw 0;width:110px;margin-left:-55px;
border-radius:3px;-webkit-border-radius:3px;}
.nav_two:before{content:'';position:absolute;top:-6px;left:50%;width:0;height:0px;margin-left:-6px;
border-style:solid;border-width:6px;border-color:#fff #fff transparent transparent;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);
box-shadow:2px -2px 2px rgba(153,153,153,.1);-webkit-box-shadow:2px -2px 2px rgba(153,153,153,.1);}
.nav_two>li>a{white-space:nowrap;line-height:36px;}
.nav_two>li.on>a{color:#1d6bdd;}
.nav_two.jw_ls{width:140px;margin-left:-70px;}
.header .phone a.temail{background: url(../picture/email.png) center no-repeat;}

.header .menu{position:absolute;right:0;top:0;}
.header .menu .menu_btn{width:50px;height:50px;line-height:50px;display:none;}
.header .menu .menu_btn:after{display:none;}
.header .menu .menu_btn span{background:#fff;position:absolute;width:18px;height:2px;left:50%;margin-left:-9px;}
.header .menu .menu_btn span:nth-child(1){top:18px;}
.header .menu .menu_btn span:nth-child(2){top:50%;margin-top:-1px;}
.header .menu .menu_btn span:nth-child(3){bottom:18px;}

.header.mobile_side .menu .menu_btn span:nth-child(1){top:24px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.header.mobile_side .menu .menu_btn span:nth-child(2){opacity:0;-webkit-opacity:0;visibility:hidden;}
.header.mobile_side .menu .menu_btn span:nth-child(3){bottom:24px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#homeBanner{width:100%;height:100vh;overflow:hidden;z-index:2;}
#homeBanner .homeBanner_nav{position:absolute;bottom:3vw;left:0;z-index:50;align-items:flex-end;height:50px;}
.homeBanner_nav .homeBanner_num #banner_num{font-size:30px;line-height:30px;}
.homeBanner_nav .homeBanner_num em{font-size:16px;color:rgba(255,255,255,.8);}
.homeBanner_nav .homeBanner_navbtn{margin-left:1.5vw;}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet{width:4px;background:#fff;border-radius:0;-webkit-border-radius:0;
height:20px;margin-right:.6vw;opacity:1;-webkit-opacity:1;
-webkit-transition:all 0.35s;transition:all 0.35s;}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet:last-child{margin-right:0;}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet-active{height:40px;background-color:#2778be;}

#homeBanner .homeBanner_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
#homeBanner .homeBanner_bg>img{width:100%;height:100%;object-fit:cover;}
#homeBanner .homeBanner_cnt{width:100%;height:100%;align-items:center;}
.homeBanner_txt .homeBanner_letter{font-size:4.68vw;line-height:4.68vw;text-transform:uppercase;font-weight:bold;color:rgba(255,255,255,.3);margin-bottom:1.5vw;}
.homeBanner_txt .homeBanner_name01{font-size:3vw;line-height:3vw;font-weight:bold;letter-spacing:4px;margin-bottom:1.25vw;}
.homeBanner_txt .homeBanner_name02{font-size:1.25vw;line-height:1.70vw;font-weight:300;display: block;width: 60%;}
.homeBanner_txt .homeBanner_more{margin-top:3vw;display:inline-block;}

.homeBanner_txt .homeBanner_more>a{align-items:center;}
.homeBanner_txt .homeBanner_more>a span{font-size:18px;}
.homeBanner_txt .homeBanner_more>a em{margin-left:1.5vw;height:7px;}
.homeBanner_txt .homeBanner_more>a em>img{height:100%;}
.homeBanner_txt .more_circular{width:60px;height:60px;position:absolute;top:50%;left:20%;margin-top:-30px;opacity:0;-webkit-opacity:0;z-index:-1;}
.homeBanner_txt .more_circular>svg{-webkit-animation:stroke 2s linear infinite;animation:stroke 2s linear infinite;}
@-webkit-keyframes stroke {
	0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
	100%{transform:rotate(720deg);-webkit-transform:rotate(360deg);}
}
@keyframes stroke {
	0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
	100%{transform:rotate(720deg);-webkit-transform:rotate(360deg);}
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>master_title/master_more<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.master_title{z-index:20;height:8vw;align-items:flex-end;}
.master_title h3{font-size:1.97vw;line-height:1.97vw;font-weight:bold;padding-left:4vw;margin-bottom:.7vw;}
.master_title .master_initials{position:absolute;bottom:1vw;left:0;z-index:-1;}
.master_title .master_initials img{height:7vw;}
.master_title .master_translate{font-size:1.45vw;color:#dadada;font-style:oblique;padding-left:1vw;font-weight:bold;text-transform:uppercase;}
.master_more .master_more_btn{width:64px;height:64px;border-radius:50%;-webkit-border-radius:50%;align-items:center;justify-content:center;z-index:2;}
.master_more .master_more_btn .master_aperture{position:absolute;width:100%;height:100%;border-radius:50%;-webkit-border-radius:50%;
opacity:0;-webkit-opacity:0;z-index:-1;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>滚轮指示<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.roller{position:absolute;bottom:6vw;right:4vw;z-index:50;}
.roller .roller_btn{width:54px;height:54px;border-radius:50%;-webkit-border-radius:50%;z-index:2;}
.roller .roller_btn:after{content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;background-color:#fff;
margin-left:-4px;margin-top:-4px;border-radius:50%;-webkit-border-radius:50%;z-index:2;}
.roller .roller_btn .roller_icon{position:absolute;left:50%;top:50%;width:14px;margin-left:-7px;z-index:1;}
.roller .roller_btn .roller_icon img{width:100%;}
.roller .roller_btn .roller_aperture{position:absolute;width:100%;height:100%;border-radius:50%;-webkit-border-radius:50%;
z-index:-1;animation:soak 3s infinite;-webkit-animation:soak 3s infinite;z-index:-1;}
@keyframes soak{
	0% {
		background-color:rgba(29,107,221, 0.9);transform:scale(1);-webkit-transform:scale(1);
	}

	50% {
		background-color:rgba(29,107,221, 0.4);transform:scale(2);-webkit-transform:scale(2);
	}

	100% {
		background-color:rgba(29,107,221, 0.9);transform:scale(1);-webkit-transform:scale(1);
    }
}
@-webkit-keyframes bannerNext {
	0% {
		background-color:rgba(29,107,221, 0.9);transform:scale(1);-webkit-transform:scale(1);
	}

	50% {
		background-color:rgba(29,107,221, 0.4);transform:scale(2);-webkit-transform:scale(2);
	}

	100% {
		background-color:rgba(29,107,221, 0.9);transform:scale(1);-webkit-transform:scale(1);
    }
}


.navbtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 94.72px;
    height: 94.72px;
    background-color: #1d6bdd;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.navbtn s{ position: absolute; left: 28.33%; display: block; width: 42.33%; height: 4px; background-color: #fff;

	-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;border-radius: 10px;}

.navbtn>s:nth-child(1){top: 30px;}

.navbtn>s:nth-child(2){top: 46px; transform: rotate(0deg) scale(1,1);width: 32.33%;}

.navbtn>s:nth-child(3){top: 62px;}

.navbtn.on s:nth-child(1){ top:38px; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}

.navbtn.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}

.navbtn.on s:nth-child(3) { top:38px; -webkit-transform: rotate(225deg); transform: rotate(225deg);}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>返回顶部<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#back_top{position:fixed;right:4.8vw;bottom:0;z-index:888;}
#back_top.onshow{bottom:5vw;opacity:1;-webkit-opacity:1;visibility:visible;}
#back_top .master_more .master_aperture{background-color:rgba(29,107,221,.7);}
#back_top .master_more .master_more_btn{color:#fff;}
#back_top .master_more .master_more_btn .master_more_txt>i{font-size:24px;}
#back_top .master_more .master_aperture.circle01{animation:scalej01 2s .4s infinite;-webkit-animation:scalej02 2s .4s infinite;}
@keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}  
#back_top .master_more .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
@keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  
 
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>气泡<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 
.bubble{width:100%;height:100%;position:absolute;left:0;top:0;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;background: rgba(29,107,221,.6);}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;background: rgba(29,107,221,.8);}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;background: rgba(29,107,221,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(29,107,221,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(29,107,221,.5);}
 @keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}

  
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>走进诚志<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.czAbout{z-index:2;}
.czAbout .czAbout_t{margin-bottom:3vw;align-items:center;}
.czAbout .master_more{margin-left:auto;margin-top:1.5vw;}
.czAbout .master_more .master_more_btn{color:#fff;}
.czAbout .master_more .master_more_btn .master_more_txt i{font-size:20px;}
.czAbout .master_more .master_more_btn .master_aperture.circle01{background-color:rgba(29,107,221,.3);}
.czAbout .master_more .master_more_btn .master_aperture.circle02{background-color:rgba(29,107,221,.1);}

.czAbout .czAbout_l{width:50%;background:url(../image/about_bg1.jpg) no-repeat center center;background-size:cover;padding:4vw 5vw 4vw 10vw;}
.czAbout .czAbout_line{line-height:34px;font-size:16px;text-align: justify;}


.czAbout .czAbout_r{width:50%;background:url(../image/about_bg2.jpg) no-repeat center center;background-size:cover;align-items:center;}
.czAbout_r .qft{padding:0 4vw;}
.qft .qft_title h3{margin-bottom:3.5vw;font-size:1.66vw;}
.qft_slide{position:relative;}
.qft_slide .qft_img{height:300px;align-items:center;}
.qft_slide .qft_img img{height:100%;width:100%;object-fit:contain;margin:0 auto;}
.qft_slide .qft_name{font-size:16px;margin-top:1vw;}
#qft_box{width:100%;padding:0 20%;}
#qft_box .swiper-button-prev,#qft_box .swiper-button-next{background:none;color:#fff;width:34px;height:60px;line-height:60px;text-align:center;}
#qft_box .swiper-button-prev i,#qft_box .swiper-button-next i{font-size:32px;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>statistics<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.statistics{padding:4vw 0;background:url(../image/statisticsBg.jpg) no-repeat center center;background-size:cover;z-index:2;}
.statistics li:after{content:'';position:absolute;right:0;top:0;height:100%;width:1px;background-color:rgba(255,255,255,.1);}
.statistics li:last-child:after{display:none;}
.statistics .statistics_data{padding-bottom:1vw;line-height:2.5vw;align-items:center;justify-content:center;}
.statistics .statistics_data em{font-size:2.5vw;}
.statistics .statistics_data span{font-size:22px;}
.statistics .statistics_name{font-size:16px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#business_canvas{position:absolute;top:0;left:0;z-index:-1;}
/*.business_box .master_title{position:absolute;top:0;}*/
.business{padding:4vw 0 7vw !important;background-color:#d6e3f6;background-image: linear-gradient(to bottom right,#fff 30%,#d6e3f6);z-index:2;overflow:hidden;}
.business .business_box {margin-bottom: 0 !important;}
.business_list{flex-wrap: wrap;}
.business_item{padding:1vw;}
.business_item>a{-webkit-box-shadow:0 0 10px rgba(160,160,160,.1);box-shadow:0 0 10px (160,160,160,.1);z-index:2;overflow:hidden;}
.business_item>a,.business_item .business_more{width:100%;padding-bottom:100%;height:0;}
.business_item>a .business_txt{position:absolute;left:0;top:0;align-items:center;width:100%;height:100%;padding:0 2.5vw;}
.business_item>a .business_icon{width:50px;height:50px;overflow:hidden;}
.business_item>a .business_icon>div{width:100%;height:100%;}
.business_item>a .business_icon>div>p{align-items:center;justify-content:center;width:100%;height:100%;}
.business_item>a .business_icon>div>p img{max-width:100%;}
.business_item>a .business_img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;
transform:scale(1.2);-webkit-transform:scale(1.2);}
.business_item>a .business_img img{width:100%;height:100%;object-fit:cover;}
.business_item .business_line{overflow:hidden;}
.business_item .business_line .business_li li{align-items:center;line-height:32px;}
.business_item .business_line .business_li span{font-size:16px;}
.business_item .business_line .business_li i{display:inline-block;width:5px;height:5px;margin-right:.5vw;}

.business_item>a .business_title{padding-top:1.5vw;padding-bottom:2vw;}
.business_item>a .business_title h5{font-size:20px;line-height:20px;margin-bottom:5px;}
.business_item>a .business_title p{word-break:break-all;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;}
.business_item>a .business_line .business_p{line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.business_item:nth-child(-n+3){order:-2;}
.business_more{order:-1;}
.business_more>a{align-items:center;background-color:#03abad;}
.business_more .master_more_btn .master_more_txt i{font-size:20px;}
.business_more .master_aperture.circle01{background-color:rgba(255,255,255,.3);}
.business_more .master_aperture.circle02{background-color:rgba(255,255,255,.1);}
.business_more .master_more_btn{color:#03abad;}
.business_more .business_more_p{margin-top:2vw;font-size:16px;}
.business_bg{position:absolute;bottom:-25vw;right:-15vw;z-index:-2;width:55vw;}
.business_bg img{width:100%;height:100%;object-fit:cover;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩展示<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#particles{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:1;}
.case{padding-top:4vw;z-index:2;}
.case .case_t{align-items:flex-end;margin-bottom:4vw;}
.case .case_tab{margin-left:auto;padding-bottom:1vw;}
.case .case_tab li{padding:0 .5vw;}
.case .case_tab li a{padding:0 1.5vw;height:42px;line-height:42px;background-color:#f1f2f4;overflow:hidden;z-index:2;font-size:18px;}
.case .case_tab li a:after{content:'';position:absolute;left:0;bottom:0;width:100%;z-index:-1;background-color:#1d6bdd;height:0;
-webkit-transition:all 0.5s;transition:all 0.5s;}
.case .case_tab li a.on{color:#fff;}
.case .case_tab li a.on:after{height:100%;}
.case_box{margin:-1px;-webkit-transition:all 1s;transition:all 1s;}
.case_list{visibility:hidden;position:absolute;top: 0;left:0;width:100%;}
.case_list.on{visibility:visible;z-index:2;}
.case_item{padding:1px;transform:scale(0);-webkit-transform:scale(0);-webkit-transition:all 1s;transition:all 1s;}
.case_list.on .case_item{transform:none;-webkit-transform:none;visibility:visible;height: 100%;}
.case_item>a{width:100%;height:0;padding-bottom:71.4%;}
.case_item .case_img{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;overflow:hidden;}
.case_item .case_img>img{width:100%;height:100%;object-fit:cover;-webkit-transition:all 1.5s;transition:all 1.5s;}
.case_item .case_title{width:100%;left:0;position:absolute;bottom:2vw;padding:0 2vw;z-index:2;}
.case_item .case_title h5{font-size:1.875vw;line-height:1.875vw;margin-bottom:2px;font-weight:100;font-family:'TT0627M';}
.case_item .case_title p{font-size:1.145vw;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.case_line{padding:3vw 0;background:url(../image/caseLine.jpg) no-repeat center center;background-size:cover;margin-top:2px;}
.case_line .case_line_txt{display:inline-block;line-height:1.45vw;font-size:1.145vw;padding:0 6vw;}
.case_line .case_line_txt:before,.case_line .case_line_txt:after{content:'';position:absolute;height:1px;width:4vw;background-color:rgba(255,255,255,.3);top:50%;}
.case_line .case_line_txt:before{left:0;}
.case_line .case_line_txt:after{right:0;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻中心<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.jnm{padding:5vw 0;background-image: linear-gradient(#fff,#e5efff);}
.jnm_box{z-index:2;padding-left:10vw;}
.jnm_t{padding-right:7vw;padding-top:3vw;}
.jnm_t .master_more{margin-top:4.6vw;margin-left:1vw;}
.jnm_t .master_more .master_more_btn{color:#fff;}
.jnm_t .master_more .master_more_btn .master_more_txt i{font-size:20px;}
.jnm_t .master_more .master_more_btn .master_aperture.circle01{background-color:rgba(29,107,221,.3);}
.jnm_t .master_more .master_more_btn .master_aperture.circle02{background-color:rgba(29,107,221,.1);}
.jnm_list{margin-left:-1vw;padding-right:1vw;}
.jnm_item{padding:0 1vw;}
.jnm_item .jnm_img{width:100%;height:0;padding-bottom:65%;overflow:hidden;}
.jnm_item .jnm_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-transition:all 1.5s;transition:all 1.5s;}
.jnm_item .jnm_cnt{padding:2vw 1.6vw 1.2vw 1.6vw;}
.jnm_item .jnm_txt{padding-bottom:2vw;}
.jnm_item .jnm_txt:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#bbb;}
.jnm_item .jnm_txt h5{font-size:1.145vw;line-height:1.145vw;margin-bottom:1.5vw;color:#222;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.jnm_item .jnm_txt p{line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.jnm_item .jnm_other{padding-top:1.25vw;line-height:24px;}
.jnm_item .jnm_other .jnm_circular{position:absolute;left:-7.5px;top:-100%;width:30px;height:30px;background-color:#c5d9f5;margin-top:-15px;z-index:-1;
transform:scale(.5);-webkit-transform:scale(.5);}
.jnm_item .jnm_other .jnm_time,.jnm_item .jnm_other .jnm_details{z-index:2;}
.jnm_item .jnm_other .jnm_time i{margin-right:.5vw;}
.jnm_item .jnm_other .jnm_time span{font-weight:bold;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>合作伙伴<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.partner{padding-top:4vw;padding-bottom:7vw;z-index:2;overflow:hidden;}
.partner .partner_bg{position:absolute;bottom:0;left:0;width:100%;z-index:-1;}
.partner .partner_bg img{width:100%;}

.partner .partner_t{align-items:flex-end;margin-bottom:3.6vw;}
.partner .partner_txt{margin-left:auto;}
.partner .partner_txt h4{font-size:1.46vw;line-height:1.46vw;margin-bottom:.8vw;}
.partner .partner_txt p{font-size:16px;}

.partner_list .partner_item{padding:1vw 1.6vw;}
.partner_list .partner_item>a{align-items:center;justify-content:center;width:100%;height:68px;}
.partner_list .partner_item img{max-width:100%;max-height:100%;object-fit:cover;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>页尾<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer{background:url(../image/ft_bg.jpg) no-repeat center center;background-size:cover;background-attachment:fixed;padding-top:4vw;z-index:2;}
.footer:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(19,30,47,.92);z-index:-1;}
.footer .footer_logo{margin-bottom:3vw;display:inline-block;}
.footer .footer_logo img{height:64px;}
.footer .footer_line{color:#c0c5cc;line-height:26px;}
.footer_nav .footer_nav_item{margin-top:3vw;margin-bottom:3vw;padding-right:3vw;}
.footer_nav .footer_nav_item a{color:#c0c5cc;font-size:16px;line-height:26px;}
.footer .footer_prepare{padding:2vw 0;}
.footer .footer_prepare:after{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background-color:rgba(255,255,255,.2);}
.footer .footer_prepare span,.footer .footer_prepare a{color:#c0c5cc;}
.footer .footer_prepare>div{display:inline-block;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>内页banner/导航<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.pageBanner{width:100%;height:75vh;z-index:2;}
.pageBanner .pageBanner_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
.pageBanner .pageBanner_bg img{width:100%;height:100%;object-fit:cover;}
.pageBanner_txt{align-items:center;width:100%;height:100%;}
.pageBanner_txt .pageBanner_title{font-size:18px;margin-bottom:2vw;padding-right:5vw;display:inline-block;}
.pageBanner_txt .pageBanner_title:after{content:'';position:absolute;width:4.2vw;height:1px;background-color:#fff;top:50%;right:0;}
.pageBanner_txt .pageBanner_p{font-size:2.91vw;line-height:2.91vw;font-weight:bold;}

.pagenav{background-color:#f7f9fa;font-size:16px;line-height:80px;}
.pagenav:after{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background-color:#1d6bdd;}
.pagenav .pageltn{align-items:center;}
.pagenav .pageltn .index_icon{font-size:20px;margin-right:10px;}
.pagenav .pageltn .icon_right{font-size:12px;margin:0 15px;}
.pagenav .pageltn a {color: #333;}
.pagenav .pagenav_list{margin-right:-2vw;}
.pagenav .pagenav_list li{padding:0 1vw;}
.pagenav .pagenav_list a{padding:0 1vw;}
.pagenav .pagenav_list a.on{color:#1d6bdd;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>走进诚志<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.enterTxt{padding:6vw 14vw 6vw 14vw;z-index:2;overflow:hidden;}
.enter_title .found_time{font-weight:bold;font-style:italic;margin-bottom:1vw;}
.enter_title .found_time span{display:inline-block;}
.enter_title .found_time span:nth-child(1){font-size:2.5vw;margin-right:.8vw;}
.enter_title .found_time span:nth-child(2){font-size:4.68vw;line-height:4.68vw;}
.enter_title .found_assess{font-size:1.25vw;}
.enter_box .enter_line{font-size:16px;line-height:36px;margin-top:3vw;}
.enter_box .enter_line p{margin-bottom:2vw;text-indent:2em;color: #333;font-size: 17px;}
.enter_box .enter_line p strong{padding:0 10px;position:relative;white-space:nowrap;font-weight:700}
.enter_box .enter_line p strong:before{content:'';height:10px;display:block;background:rgba(0,119,213,.2);position:absolute;left:2px;right:2px;top:15px;z-index:-1}
.enterTxt .enterTxt_bg{position:absolute;bottom:-3vw;left:0;width:100%;z-index:-1;}
.enterTxt .enterTxt_bg img{width:100%;}
.enter_data{background:url(../image/enter_data.jpg) no-repeat center center;background-size:cover;padding:5vw 0;
background-attachment:fixed;position:relative;z-index:2;}
.enter_data:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(4,76,181,.65);z-index:-1;}


.pianyi{padding-top:100px;margin-top:-100px}
.talkout{padding:12vh 0;background:url(../picture/talkbg.jpg) bottom no-repeat;background-size:cover}
.talk{position:relative;padding-left:400px}
.talkleft{position:absolute;left:0;top:0;z-index:1;width:400px;height:610px;background-color:#2050a2;}
.talkleft .inner{padding:92px 40px 2px}
.talkcate{position:relative;padding-bottom:20px;color:#fff;margin-left:10px}
.ani.finr{-webkit-transform:translateX(0);-moz-transform:translateX(0);opacity:1;-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.talkcate .en{font-size:48px;line-height:46px;text-transform:uppercase;font-family:swissblkbt;opacity:.2;word-break:normal}
.talkcate .cn{font-size:36px;line-height:60px}
.talkcate:after{content:'';position:absolute;left:0;bottom:0;z-index:0;width:30px;height:0;border-bottom:3px solid #fff}
.talkleft .china{display:block;width:100%;margin-top:45px}
.speech{width:100%;min-height:610px;position:relative;background-color:#fff}
.speech .inner{padding:60px 90px 20px}
.speechcon{font-size:14px;color:#666;line-height:30px;text-align:justify}
.ti2{text-indent:2em}
.ti2.outent{text-indent: 0em;}
.speechcon p{line-height: 180%;font-size: 16px;}
.speechcon .ti2{font-size: 16px;font-family: 'Montserrat', sans-serif;}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>组织架构<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.work{padding:7vw 0;}
.work .work_box img{margin:0 auto;max-width:100%;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>招贤纳士<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.itde{padding:7vw 0;}
.itde_txt{width:60%;padding-right:6.5vw;}
.itde_txt .itde_title h3{font-size:2.5vw;line-height:2.5vw;text-transform:uppercase;color:#ececec;margin-bottom:1.2vw;font-weight:bold;}
.itde_txt .itde_title h4{font-size:1.666vw;line-height:1.666vw;}
.itde_txt .itde_title{padding-bottom:2.2vw;}
.itde_txt .itde_title:after{content:'';position:absolute;width:1.8vw;height:3px;background-color:#026ed1;bottom:0;left:0;}
.itde_txt .itde_line{padding-top:2.5vw;line-height:38px;font-size:16px;}
.itde_img{width:40%;}
.itde_img .itde_img_item img{width:100%;height:100%;object-fit:cover;}
.itde_img .itde_img_item:first-child{transform:translateY(-1.2vw);-webkit-transform:translateY(-1.2vw);}
.itde_img .itde_img_item:last-child{transform:translateY(1.2vw);-webkit-transform:translateY(1.2vw);}
.Nash_info{align-items:center;justify-content:center;background:url(../image/nashbg.jpg) no-repeat center center;background-attachment:fixed;
background-size:cover;padding:8vw 0;z-index:2;}
.Nash_info:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,46,89,.5);z-index:-1;}
.Nash_info h4{font-size:1.56vw;line-height:1.56vw;}
.Nash_list{background-color:#f9fafb;padding-top:3vw;padding-bottom:5vw;margin-top:3vw;}
.Nash_list .Nash_table{border-top:4px solid #1d6bdd;}
.Nash_list .Nash_table th{font-weight:normal;}
.Nash_list .Nash_table .Nash_check{position:relative;-webkit-touch-callout:none;-webkit-user-select:none; 
-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
#check_list .Nash_check{cursor:pointer;position:relative;z-index:2;
-webkit-transition:all 0.35s;transition:all 0.35s;}
/*#check_list .Nash_check:after{content:'';position:absolute;width:80%;left:10%;height:100%;-webkit-transition:all 0.5s;transition:all 0.5s;

opacity:0;-webkit-opacity:0;z-index:-1;background-color:#1d6bdd;}*/
#check_list .Nash_check .Nash_switch{width:16px;height:16px;display:inline-block;}
#check_list .Nash_check .Nash_switch:after,
#check_list .Nash_check .Nash_switch:before{content:'';background:#1d6bdd;
position:absolute;width:100%;height:2px;background:#1d6bdd;top:50%;margin-top:-1px;
-webkit-transition:all 0.5s;transition:all 0.5s;left:0;}
#check_list .Nash_check .Nash_switch:after{transform:rotate(-270deg);-webkit-transform:rotate(-270deg);}
#check_list .Nash_check .Nash_switch:before{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}
#check_list .Nash_check.on{color:#fff;background-color:#1d6bdd;}
/*#check_list .Nash_check.on:after{opacity:1;-webkit-opacity:1;width:100%;left:0;}*/
#check_list .Nash_check.on .Nash_switch:after,#check_list .Nash_check.on .Nash_switch:before{transform:none;-webkit-transform:none;background-color:#fff;}
.Nash_list .Nash_table .Nash_check{border-top:1px solid #eee;}

.Nash_list .Nash_table th,.Nash_list .Nash_table td{height:80px;font-size:16px;padding-right:2vw;}
.Nash_list .Nash_table th:first-child,.Nash_list .Nash_table td:first-child{padding-left:5vw;}
.Nash_list .Nash_table th:last-child,.Nash_list .Nash_table td:last-child{padding-right:5vw;}
.Nash_list .Nash_condition>div{padding-top:2.5vw;padding-bottom:3vw;line-height:24px;font-size:14px;}
.Nash_list .Nash_condition p{margin-bottom:.8vw;}
.Nash_list .Nash_condition a{color:#1d6bdd;}
.Nash_list .Nash_table .Nash_item td{height:auto;}
.Nash_list .Nash_condition{height:0;overflow:hidden;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>荣誉资质<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.prize{padding:5vw 0;}
.prize_box{margin:-2vw -1.5vw;padding-bottom:6vw;}
.prize_box .prize_item{padding:2vw 1.5vw;}
.prize_box .prize_img{width:100%;padding-bottom:80%;background-color:#f7f7f7;}
.prize_box .prize_obj{position:absolute;justify-content:center;top:1.5vw;left:1.5vw;right:1.5vw;bottom:1.5vw;overflow:hidden;}
.prize_box .prize_img img{height:100%;max-width:100%;object-fit:cover;-webkit-transition:all 1.5s;transition:all 1.5s;}
.prize_box .prize_title{font-size:18px;padding:1.2vw 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height: 180%;}
.prize_box .prize_title:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e9e9e9;}
.prize_box .prize_title:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#1d6bdd;z-index:2;
transform-origin:100%;-webkit-transform-origin:100%;-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1);transform:scaleX(0);-webkit-transform: scaleX(0);}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>分页器<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.paging{justify-content:center}
.paging a{padding:0 5px;border:1px solid #e0e0e0;width:40px;height:40px;line-height:40px;border-radius:50%;-webkit-border-radius:50%;margin: 0 0.6em;}
.paging a.page-num-current{background:#1d6bdd;color:#fff;border-color:#1d6bdd;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻中心<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.news{padding-bottom:6vw;}
.news_box{margin-right:-1px;margin-bottom:6vw;}
.news_item a{padding:3.2vw;overflow:hidden;border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7;margin:0 -1px -1px 0;z-index:2;overflow:hidden;}
.news_item .news_img{width:100%;height:0;padding-bottom:60%;overflow:hidden;}
.news_item .news_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-transition:all 1.5s;transition:all 1.5s;}
.news_item .news_title{font-size:22px;margin-bottom:1vw;margin-top:1.5vw;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#222;}
.news_item .news_p{font-size:16px;line-height:28px;height:56px;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1vw;color:#888;}
.news_item a .news_item_bg{width:100%;height:100%;position:absolute;z-index:-1;display:none;}
.news_item .news_dt{height:24px;line-height:24px;font-size:16px;overflow:hidden;}
.news_item .news_del i{margin-left:5px;font-size:14px;}
.news_item .news_time{font-weight:bold;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.newsDtl{padding-top:6vw;padding-bottom:5vw;}
.newsDtl_box .newsDtl_cnt{width:75%;padding-right:3.5vw;}
.newsDtl_t{padding-bottom:1.8vw;}
.newsDtl_t .newsDtl_title{font-size:1.77vw;line-height:1.77vw;margin-bottom:1.8vw;color:#222;}
.newsDtl_t .newsDtl_time{font-size:16px;}
.newsDtl_t .newsDtl_time span:first-child{margin-right:2vw;}
.newsDtl_box .newsDtl_cnt .newsDtl_c{line-height:32px;padding-top:2.5vw;padding-bottom:4vw;font-size:16px;}
.newsDtl_box .newsDtl_cnt .newsDtl_c:after,.newsDtl_box .newsDtl_cnt .newsDtl_c:before{content:'';position:absolute;left:0;width:100%;height:1px;background-color:#e7e7e7;}
.newsDtl_box .newsDtl_cnt .newsDtl_c:before{top:0;}
.newsDtl_box .newsDtl_cnt .newsDtl_c:after{bottom:0;}
.newsDtl_box .newsDtl_cnt .newsDtl_c img{max-width:100%;margin:0 auto;display:inline-block;}
.newsDtl_box .newsDtl_line{margin-top:4vw;align-items:center;}
.newsDtl_box .newsDtl_Jump>div{padding:.5vw 0;font-size:16px;}
.newsDtl_box .newsDtl_line .master_more{margin-left:auto;}
.newsDtl_box .newsDtl_line .master_more .master_more_btn{color:#fff;line-height:18px;}
.newsDtl_box .newsDtl_line .master_more .master_more_btn .master_aperture.circle01{background-color:rgba(29,107,221,.3);}
.newsDtl_box .newsDtl_line .master_more .master_more_btn .master_aperture.circle02{background-color:rgba(29,107,221,.1);}

.newsDtl_box .newsDtl_rmd{width:25%;padding-left:3.5vw;}
.newsDtl_box .rmd_item{padding-bottom:2.5vw;}
.newsDtl_box .rmd_item:last-child{padding-bottom:0;}
.newsDtl_box .rmd_t h4{font-size:1.35vw;line-height:1.35vw;height:1.35vw;padding-left:1.2vw;}
.newsDtl_box .rmd_t h4:before{content:'';position:absolute;left:0;width:4px;background-color:#1d6bdd;top:0;bottom:0;}
.newsDtl_rmd .rmd_box{padding-top:1.8vw;}
.newsDtl_rmd .rmd_img{width:100%;height:0;padding-bottom:60%;margin-bottom:1.5vw;overflow:hidden;}
.newsDtl_rmd .rmd_img img{width:100%;-webkit-transition:all 1.5s;transition:all 1.5s;}
.newsDtl_rmd .rmd_title{font-size:18px;margin-bottom:.8vw;color:#222;}
.newsDtl_rmd .rmd_p{font-size:14px;margin-bottom:.8vw;line-height:24px;color: #666;}
.newsDtl_rmd .rmd_time{font-size:12px;margin-top:1vw;}

table {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
table .firstRow td {
    font-weight: 700;
    font-size: 15px;
}
table th, table td {
    text-align: left;
    height: 48px;
    line-height: 180%;
    padding:0;
    box-sizing: border-box;
	color: #333333;
	vertical-align: middle;
}
table td {
    border: 1px solid #d6d9dd;
    padding-left: 14px;
    padding-right: 14px;
}
table tr:nth-child(2n) {
    background-color: rgb(29 107 221 / 6%);
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service{padding:6vw 0;}
.service_item{margin-bottom:3vw;}
.service_item:last-child{margin-bottom:0;}
.service_item .service_txt{padding-left:4vw;padding-right:6vw;align-items:center;overflow:hidden;z-index:2;}
.service_item .service_txt:after,.service_item .service_txt:before{content:'';position:absolute;width:100%;height:50%;background-color:#026ed1;left:0;
-webkit-transition:all .75s;transition:all .75s;z-index:-1;opacity:0;-webkit-opacity:0;}
.service_item .service_txt:before{top:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.service_item .service_txt:after{bottom:0;transform:translateY(100%);-webkit-transform:translateY(100%);}

.service_cnt{padding-left:130px;}
.service_cnt .service_title h4{font-size:1.458vw;line-height:1.458vw;margin-bottom:.5vw;}
.service_cnt .service_title p{font-size:16px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.service_cnt .service_title{padding-bottom:1.5vw;}
.service_cnt .service_p{font-size:16px;line-height:32px;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.service_cnt .service_see{margin-top:3vw;font-size:16px;}
.service_cnt .service_see .icon-see{vertical-align:middle;margin-right:10px;font-size:20px;}
.service_cnt .service_see .icon-jiantou{vertical-align:-1px;margin-left:2vw;}
.service_cnt .service_obj{width:80px;height:80px;position:absolute;left:0;top:0;}
.service_cnt .service_icon{width:100%;height:100%;overflow:hidden;}
.service_cnt .service_obj:after{content:'';position:absolute;width:100%;height:100%;
transform:scale(1.3);-webkit-transform:scale(1.3);background-color:rgba(29,107,221,.1);top:0;
-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all 0.35s;transition:all 0.35s;}
.service_cnt .service_icon>div{width:100%;padding:0 15%;height:100%;}
.service_cnt .service_icon>div p{align-items:center;justify-content:center;width:100%;height:100%;}
.service_cnt .service_icon>div p img{max-width:100%;}
.service_item .service_bg{overflow:hidden;}
.service_item .service_bg .service_image{width:100%;height:0;padding-bottom:60%;}
.service_item .service_bg img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;
-webkit-transition:all 1.5s;transition:all 1.5s;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.servicedtl{padding:7vw 0;}
.servicedtl_tab .servicedtl_tab_item{padding-bottom:2.2vw;}
.servicedtl_tab .servicedtl_tab_item a{font-size:16px;}
.servicedtl_tab .servicedtl_tab_item a.on span{color:#026ed1;}
.servicedtl_tab .servicedtl_tab_item a.on i{background-color:#026ed1;}
.servicedtl_tab .servicedtl_tab_item a.on i:after{transform:scale(2);-webkit-transform:scale(2);opacity:1;-webkit-opacity:1;}
.servicedtl_tab .servicedtl_tab_item i{display:inline-block;width:10px;height:10px;background-color:#cbd1d7;margin-right:1vw;}
.servicedtl_tab .servicedtl_tab_item i:after{content:'';position:absolute;width:100%;height:100%;opacity:0;-webkit-opacity:0;
background-color:rgba(29,107,221,.2);-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all 0.35s;transition:all 0.35s;}
.servicedtl .servicedtl_tab{position:absolute;top:7vw;}
.servicedtl .servicedtl_cnt{width:100%;padding-left:26%;}
.servicedtl .servicedtl_tab.tab_fixed{position:fixed;top:140px;}

.servicedtl_cnt .servicedtl_title h3{font-size:1.979vw;line-height:1.979vw;margin-bottom:.8vw;}
.servicedtl_cnt .servicedtl_title p{color:#dedede;text-transform:uppercase;font-size:1.56vw;}
.servicedtl_cnt .servicedtl_txt{padding-top:3vw;font-size:16px;}
.servicedtl_cnt .servicedtl_txt .servicedtl_line{margin-bottom:2.2vw;}
.servicedtl_cnt .servicedtl_txt h6{font-weight:bold;margin-bottom:.5vw;}
.servicedtl_cnt .servicedtl_txt p{line-height:32px;}
.servicedtl_cnt .servicedtl_txt img{margin:0 auto;max-width:100%;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩列表<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.avt{padding:5vw 0;}
.avt_box{overflow:hidden;padding-bottom:6vw;}
.avt_list{margin:-1vw;}
.avt_item{padding:1vw;}
.avt_item a{border:1px solid #e7e7e7;}
.avt_item .avt_img{width:100%;height:0;padding-bottom:65%;overflow:hidden;}
.avt_item .avt_img img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;
-webkit-transition:all 1.5s;transition:all 1.5s;}
.avt_item .avt_txt{padding:2vw;z-index:2;}
.avt_item .avt_txt:after{content:'';position:absolute;left:10%;top:10%;right:10%;bottom:10%;background-color:#1d6bdd;
-webkit-transition:all .5s;transition:all .5s;opacity:0;-webkit-opacity:0;z-index:-1;}
.avt_item .avt_t{line-height:32px;align-items:center;margin-bottom:2px;}
.avt_item .avt_t span{font-size:24px;font-family:'TT0627M';}
.avt_item .avt_t i{margin-left:auto;font-size:20px;}
.avt_item .avt_title{font-size:20px;margin-bottom:.6vw;overflow:hidden;text-overflow:ellipsis;
display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.avt_item .avt_name span{padding-right:1.2vw;}
.avt_item .avt_name i:after{position:absolute;content:'';width:1vw;height:1px;background-color:#888888;top:50%;right:0;
-webkit-transition:linear 1s;transition:linear 1s;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.avtDtl_rmd .rmd_t{line-height:28px;align-items:center;margin-bottom:.5vw;}
.avtDtl_rmd .rmd_t span{font-size:24px;}
.avtDtl_rmd .rmd_t i{margin-left:auto;font-size:22px;}
.avtDtl_rmd .rmd_title{margin-bottom:0;}
.avtDtl_rmd .rmd_item{padding-bottom:4vw;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>联系我们<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.contact{padding:7vw 0;}
.contact_txt{padding-bottom:2.6vw;}
.contact_t{align-items:flex-end;padding-bottom:3vw;}
.contact_t:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e7e7e7;}
.contact_t h4{font-size:1.666vw;line-height: 180%;font-weight: bold;}
.contact_t .entitle{font-size:1.2vw;line-height:1.666vw;}
.contact_t .contact_phone{margin-left:auto;}
.contact_t .contact_phone p{color:#888;font-size:18px;margin-bottom:.5vw;font-weight: bold;}
.contact_t .contact_phone h5{font-size:1.458vw;line-height:1.458vw;}
.contact_line{padding-top:2.5vw;}
.contact_line .contact_p{line-height:36px;font-size:16px;}
.contact_line .contact_code .contact_code_img{width:120px;margin-bottom:.5vw;}
.contact_line .contact_code .contact_code_img img{width:100%;}

#map_api{width:100%;height:65vh;}
#map_api .BMap_Marker{z-index:2;}
#map_api .BMap_Marker:after,#map_api .BMap_Marker:before{position:absolute;width:100%;height:100%;border-radius:50%;content:'';z-index:-1;}
#map_api .BMap_Marker:before{animation: mapobj01 2s .2s infinite;background-color:rgba(29,107,221,.4);}
#map_api .BMap_Marker:after{animation: mapobj02 2s infinite;background-color:rgba(29,107,221,.2);}
@keyframes mapobj01{
	0%{
		transform:scale(1);-webkit-transform:scale(1);
	}
	100%{
		transform:scale(3);-webkit-transform:scale(3);opacity:0;-webkit-opacity:0;
	}
}
@keyframes mapobj02{
    0%{
		transform:scale(1);-webkit-transform:scale(1);
	}
	100%{
		transform:scale(4);-webkit-transform:scale(4);opacity:0;-webkit-opacity:0;
	}
}

.feedback{margin:0 6vw;}
.feedback .feedback_title{padding-top: 8vh;padding-bottom:1.6vw;}
.feedback .feedback_title:after{content:'';position:absolute;bottom:0;left:50%;width:1.6vw;margin-left:-.8vw;height:3px;background-color:#1d6bdd;}
.feedback .feedback_title h3{font-size:2.6vw;color:#dde7f6;line-height:2.6vw;text-transform:uppercase;font-weight:bold;}
.feedback .feedback_title h4{font-size:1.77vw;line-height:1.77vw;}

.feedback_form{margin-top:3vw;}
.feedback_line{margin:0 -.6vw;}
.feedback_form .feedback_input{padding:.6vw;}
.feedback_form .feedback_input>div{background-color:#f4f4f4;padding:.5vw 1.5vw;align-items:center;}
.feedback_form .feedback_input span{font-size:16px;}
.feedback_form .feedback_input input{height:38px;border:none;background:none;font-size:16px;}
.feedback_form .feedback_txt{padding:.6vw;}
.feedback_form .feedback_txt>div{background-color:#f4f4f4;padding:1vw 1.5vw;}
.feedback_form .feedback_txt span{font-size:16px;}
.feedback_form .feedback_txt textarea{border:none;background:none;font-size:16px;resize:none;}

.feedback_form .feedback_submit{margin-top:2.5vw;}
.feedback_form .feedback_submit button{width:260px;height:58px;line-height:58px;border:none;}
.feedback_form .feedback_submit button span{font-size:18px;margin-right:.5vw;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>项目查询<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.czquery{padding:7vw 0;}
.czquery_t{padding-bottom:3.6vw;}
.czquery_t:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e7e7e7;}
.czquery_t .czquery_title{align-items:center;margin-bottom:3.6vw;}
.czquery_t .czquery_title h4{font-size:1.979vw;margin-right:1.35vw;}
.czquery_t .czquery_title h3{font-size:2.6vw;color:#dde7f6;text-transform:uppercase;font-weight:bold;}
.czquery_form .czquery_in{width:77%;}
.czquery_form .czquery_in>div{margin:0 -.5vw;}
.czquery_form .czquery_input{padding:0 .5vw;}
.czquery_form .czquery_input input{width:100%;font-size:15px;border:none;background:#f4f4f4;height:60px;padding:0 1.5vw;}
.czquery_form .czquery_input input:-ms-input-placeholder {color:#999;}
.czquery_form .czquery_input input::-webkit-input-placeholder {color:#999;}
.czquery_form .czquery_input input::-moz-placeholder {color:#999;}
.czquery_form .czquery_input input:-moz-placeholder {color:#999;}
.czquery_form .czquery_btn{width:23%;padding-left:1vw;}
.czquery_form .czquery_btn button{font-size:15px;width:100%;border:none;height:60px;} 
.czquery_list{padding-top:3.6vw;}
.czquery_list .czquery_p{font-size:16px;}
.czquery_list .czquery_table{margin-top:2vw;border:0;}
.czquery_list .czquery_table thead{background-color:#f4f4f4;}
.czquery_list .czquery_table th{height:80px;font-size:16px;font-weight:normal;}
.czquery_list .czquery_table td{height:80px;font-size:14px;
-webkit-transition:all 0.35s;transition:all 0.35s;}
.czquery_list .czquery_table th,.czquery_list .czquery_table td{padding:0 2vw;}
.czquery_list .czquery_table tbody tr{border-bottom:1px solid #eeeeee;}
/*.czquery_list .czquery_table tbody tr:after{content:'';position:absolute;width:80%;left:10%;height:100%; 

transform:translateX(2vw);-webkit-transform:translateX(2vw);-webkit-transition:all 0.5s;transition:all 0.5s;

opacity:0;-webkit-opacity:0;z-index:-1;background-color:#1d6bdd;}*/


/*电端加上鼠标效果 */
@media screen and (min-width:992px){
	/*.header .nav>li>a:hover:after{width:100%;left:0;opacity:1;-webkit-opacity:1;}*/
	.header.onshow .nav>li>a:hover{color:#1d6bdd;}
	.homeBanner_txt .homeBanner_more>a:hover{padding-left:10px;}
	.homeBanner_txt .homeBanner_more>a:hover .more_circular{opacity:1;-webkit-opacity:1;left:0;}
	.master_morehover:hover .master_aperture.circle01{transform:scale(1.4);-webkit-transform:scale(1.4);opacity:1;-webkit-opacity:1;}
    .master_morehover:hover .master_aperture.circle02{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:1;-webkit-opacity:1;}
   
    .business_more:hover .master_aperture.circle01{transform:scale(1.4);-webkit-transform:scale(1.4);opacity:1;-webkit-opacity:1;}
    .business_more:hover .master_aperture.circle02{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:1;-webkit-opacity:1;}
    .case .case_tab li a:hover{color:#fff;}
    .case .case_tab li a:hover:after{height:100%;}
    .footer .footer_prepare a:hover{color:#fff}
    .footer_nav .footer_nav_item a:hover{color:#fff}
    .pagenav .pageltn a:hover,.pagenav .pagenav_list a:hover{color:#1d6bdd;}
    .prize_box .prize_item a:hover .prize_title{color:#1d6bdd;}
    
    .prize_box .prize_item a:hover .prize_title:before{transform:scaleX(1);-webkit-transform:scaleX(1);transform-origin:0;-webkit-transform-origin:0;}
    
    .paging li a:hover{background:#1d6bdd;color:#fff;border-color:#1d6bdd;}
    .news_item a:hover .news_title,.news_item a:hover .news_p{color:#fff;}
    .news_item a:hover .news_dt>div{transform:translateY(-50%);-webkit-transform:translateY(-50%);}
    .news_item a:hover .news_img img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .service_item a:hover .service_icon>div{transform:translateY(-100%);-webkit-transform:translateY(-100%);}
    .service_item a:hover .service_bg .service_image img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .service_item a:hover .service_icon{background-color:#fff;}   
    .service_item a:hover .service_obj:after{background-color:rgba(255,255,255,.1);}
    .service_item a:hover .service_txt:after,.service_item a:hover .service_txt:before{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;}
    .service_item a:hover .service_title h4{color:#fff;}
    .service_item a:hover .service_title p{color:rgba(255,255,255,.3);}
    .service_item a:hover .service_p{color:#fff;}
    .service_item a:hover .service_see .icon-see,.service_item a:hover .service_see span{color:#fff;}
    .service_item a:hover .service_see .icon-jiantou{margin-left:5px;opacity:1;-webkit-opacity:1;visibility:visible;}
    .servicedtl_tab .servicedtl_tab_item a:hover span{color:#026ed1;}
    .servicedtl_tab .servicedtl_tab_item a:hover i{background-color:#026ed1;}
    .servicedtl_tab .servicedtl_tab_item a:hover i:after{transform:scale(2);-webkit-transform:scale(2);opacity:1;-webkit-opacity:1;}
    
    .avt_item a:hover .avt_txt:after{left:0;right:0;top:0;bottom:0;opacity:1;-webkit-opacity:1;}
    .avt_item a:hover .avt_img img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .avt_item a:hover .avt_t,.avt_item a:hover .avt_title,.avt_item a:hover .avt_name span{color:#fff;}
    .avt_item a:hover .avt_name i:after{width:100%;background-color:#fff;}
    
    /*.czquery_list .czquery_table tbody tr:hover:after{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;width:100%;left:0;}*/
    .czquery_list .czquery_table tbody tr:hover{background-color:#1d6bdd;}
    .czquery_list .czquery_table tbody tr:hover td{color:#fff;}
    
    .Nash_list .Nash_condition a:hover{text-decoration:underline;}
    
    .business_item>a:hover .business_icon>div{transform:translateY(-100%);-webkit-transform:translateY(-100%);}
	.business_item>a:hover .business_title h5{color:#fff;font-weight:bold;}
	.business_item>a:hover .business_title p{color:rgba(255,255,255,.6);}
	.business_item>a:hover .business_title{padding-top:.8vw;padding-bottom:1vw;}
	.business_item>a:hover .business_img{opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
	
	.jnm_item>a:hover .jnm_img img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .jnm_item>a:hover .jnm_other .jnm_circular{top:50%;opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
    
    .case_item>a:hover .case_img>img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .newsDtl_box .rmd_item>a:hover .rmd_img img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    .prize_box .prize_item>a:hover .prize_img img{transform:scale(1.15);-webkit-transform:scale(1.15);}
    
    .nav_two>li>a:hover{background:#f5f5f5;color:#1d6bdd;}
    .header .nav>li:hover .nav_two{top:calc(100% - 2px);top:-webkit-calc(100% - 2px);opacity:1;-webkit-opacity:1;visibility:visible;}
}

@media screen and (max-width:1400px){
    .header{padding:0 3vw;}
	.header .phone{display:none;}
	.header .nav{margin-right:0;}
	.service_cnt .service_title h4{font-size:22px;line-height:22px;margin-bottom:5px;}
}

@media screen and (max-width:1200px){
    .header .nav>li{margin-right:2vw;}
    .header .nav>li>a{font-size:15px;line-height:58px;}
    .header .logo img{height:58px;}
    .enter_title .found_assess{font-size:18px;}
    .enter_title .found_time span:nth-child(1){font-size:32px;margin-right:8px;}
    .newsDtl_box .newsDtl_rmd{display:none;}
    .newsDtl_box .newsDtl_cnt{float:none;width:100%;padding-right:0;}
    .newsDtl_t .newsDtl_title{font-size:26px;line-height:26px;}
    .contact_t h4{font-size:24px;line-height:24px;}
    .contact_t .contact_phone p{margin-bottom:5px;}
    .contact_t .contact_phone h5{font-size:20px;line-height:20px;}
    .feedback .feedback_title h3{font-size:30px;line-height:30px;}
    .feedback .feedback_title h4{font-size:22px;line-height:22px;}
    .czquery_t .czquery_title h4{font-size:26px;margin-right:15px;}
    .czquery_t .czquery_title h3{font-size:32px;}
    .itde_txt .itde_title h3{font-size:30px;line-height:30px;}
    .itde_txt .itde_title h4{font-size:20px;line-height:20px;}
    .Nash_info h4{font-size:20px;line-height:20px;}
}

@media screen and (max-width:992px){   
    .header .logo{padding:6px 0;} 
    .header .logo img{height:42px;}	
	.header .menu .menu_btn{display:block;}
	.container{padding-top:50px;}
	.container.m_scale{transform:translateY(-50vh);-webkit-transform:translateY(-50vh);padding-bottom:50vh;}
	.header:after{display:none;}
	.header>.right{position:fixed;width:100vw;height:56px;left:0;top:0;float:none;
	display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;justify-content:center;align-items:center;}
	.header .menu{display: none;}
	.header .nav{float:none;width:100%;text-align:center;display: none;}
	.header .nav>li{float:none;margin:2px 0;}
	.header .nav>li>a{padding:0;line-height:46px;}	
	.header .phone{display:block;float:none;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;
	display:-webkit-flex;display:flex;justify-content:center;position:absolute;bottom:10px;left:0;width:100%;line-height:56px;padding:0;height: 56px;}
	.navbtn>s:nth-child(1) {top: 16px;}
	.navbtn>s:nth-child(2) {top: 28px;}
	.navbtn>s:nth-child(3) {top: 40px;}
	.header .phone>.phoneIcon{display: none;}
	.header.onshow .nav>li>a, .header.onshow .phone>.phonetxt{color:#fff;}
	.header .phone>.phoneIcon{margin-right:8px;height:24px;}
	.header .phone>.phonetxt{font-size:20px;}
    .header.onshow .nav>li>a.on:after{width:60px;left:50%;margin-left:-30px;background-color:#fff;}	
	.header .phone{top: 0;bottom: 0;}
	.header.mobile_side>.right{top:50px;}
	.navbtn{width: 56px !important;height: 56px !important;}

	#homeBanner{height:calc(100vh - 50px);height:-webkit-calc(100vh - 50px);}
	.roller{bottom:40px;right:30px;}
	.roller .roller_btn{width:44px;height:44px;}
	.roller .roller_btn .roller_icon{width:10px;margin-left:-5px;}
	.homeBanner_txt .homeBanner_letter{font-size:30px;line-height:30px;margin-bottom:12px;}
	.homeBanner_txt .homeBanner_name01{font-size:22px;line-height:30px;margin-bottom:10px;}
	.homeBanner_txt .homeBanner_name02{font-size:16px;line-height:20px;}
	.homeBanner_txt .homeBanner_more>a span{font-size:16px;}
	.homeBanner_txt .homeBanner_more{margin-top:26px;}
	.homeBanner_txt .homeBanner_more>a em{margin-left:10px;}
	#homeBanner .homeBanner_nav{bottom:20px;}
	.homeBanner_nav .homeBanner_num em{font-size:12px;}
	.homeBanner_nav .homeBanner_num #banner_num{font-size:18px;line-height:18px;}
	.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet{width:2px;margin-right:5px;height:15px;}
	.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet-active{height:30px;}
	.czAbout{flex-wrap:wrap;}
	.czAbout .czAbout_l{width:100%;}
	.czAbout .czAbout_r{width:100%;}
	.master_title{height:70px;}
	.master_title h3{font-size:20px;line-height:20px;padding-left:35px;margin-bottom:5px;}
	.master_more .master_more_btn{width:40px;height:40px;}
	.czAbout .master_more .master_more_btn .master_more_txt i{font-size:16px;}
	.master_title .master_translate{font-size:18px;padding-left:10px;}
	.master_title .master_initials img{height:70px;}
	.czAbout .czAbout_l{padding:30px 15px;}
	.czAbout .master_more{margin-top:auto;transform:translateY(-15px);-webkit-transform:translateY(-15px);}
	.czAbout .czAbout_t{margin-bottom:10px;}
	
	.czAbout_r .qft{padding:25px 15px;}
	.qft .qft_title h3{font-size:18px;margin-bottom:20px;}
	.qft_slide .qft_name{font-size:14px;margin-top:10px;}
	.statistics{padding:20px 0;}
	.statistics .statistics_box{margin:-10px -5px;}
	.statistics .statistics_box li{width:33.333333%;padding:10px 5px;}
	.statistics .statistics_data{line-height:32px;padding-bottom:5px;}
	.statistics .statistics_data em{font-size:22px;}
	.statistics .statistics_data span{font-size:16px;}
	.statistics .statistics_name{font-size:14px;}
	#qft_box .swiper-button-prev, #qft_box .swiper-button-next{width:25px;height:50px;}
	#qft_box .swiper-button-prev i, #qft_box .swiper-button-next i{font-size:26px;}
	.business_box .master_title{position:static;margin-bottom:15px;width:100%;}
	.business{padding:30px 0;}
	.business_item:first-child{display:none;}
	.business_item{width:50%;padding:5px;}
	.business_more{order:0;}
    .business_item>a .business_txt{padding:15px;}
    .business_item>a .business_icon{width:30px;height:30px;}
    .business_item>a .business_title h5{font-size:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;
    -webkit-box-orient:vertical;}
    .business_item>a .business_title p{font-size:12px;}
    .business_item>a .business_title{padding-top:8px;padding-bottom:10px;}
    .business_item>a .business_line .business_p{font-size:12px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
    .czAbout .czAbout_line{font-size:14px;line-height:24px;}
    .business_more .business_more_p{font-size:14px;}
    .business_list{margin:0 -5px;}
    .case .case_t{flex-wrap:wrap;}
    .case{padding-top:30px;}
    .case .master_title{margin-bottom:20px;width:100%;}
    .case .case_tab{padding-bottom:10px;margin:-5px;}
    .case .case_tab li{padding:5px;}
    .case .case_tab li a{line-height:30px;height:30px;padding:0 10px;font-size:14px;}
    .case_item{width:100%;float:none;}
    .case_item .case_title h5{font-size:18px;line-height:18px;}
    .case_item .case_title p{font-size:14px;}
	.case_item .case_title{bottom:15px;padding:0 15px;}
	.case_line{padding:20px 0;}
	.case_line .case_line_txt{font-size:12px;line-height:12px;}
	.case_line .case_line_txt:before, .case_line .case_line_txt:after{width:30px;}
	.case_line .case_line_txt{padding:0 40px;}

	/*.guanlist .pic{display: none !important;}*/

	.guanlist li:hover .one {opacity: 1 !important;}
	.guanlist li:hover .cover{opacity: 0 !important;}

	.guanlist{display: flex;flex-wrap: wrap;}
	.guanlist li{width: 45vw !important;margin-bottom: 16px;}
	.guanlist li:nth-child(even) {margin-left: auto !important;}
	.guanlist li+li{margin-left: 0 !important;}

	.projectcase .case_list {display: flex;}

	
	.jnm_box{flex-wrap:wrap;padding-left:0;}
	.jnm_t{width:100%;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding-right:0;padding-bottom:20px;}
	.jnm_list{width:100%;padding-right:0;margin-left:auto;}
	.jnm_item{width:100%;padding:0;padding-bottom:15px;}
	.jnm_item:last-child{padding-bottom:0;}
	.jnm_t .master_more{margin-top:auto;margin-left:auto;transform:translateY(-15px);-webkit-transform:translateY(-15px);}
	.jnm{padding:30px 15px;}
	.jnm_item .jnm_cnt{padding:15px 10px 10px 10px;}
	.jnm_item .jnm_txt h5{font-size:16px;line-height:16px;margin-bottom:10px;}
	.jnm_item .jnm_other{padding-top:10px;}
	.jnm_item .jnm_txt{padding-bottom:15px;}
	.jnm_item .jnm_other .jnm_time i{margin-right:5px;}
	
	.partner{padding:30px 0;}
	.partner .partner_t{margin-bottom:20px;flex-wrap:wrap;}
	.partner .partner_t .master_title{margin-bottom:20px;width:100%;}
	.partner .partner_txt h4{font-size:18px;line-height:18px;margin-bottom:8px;}
	.partner .partner_txt p{font-size:14px;}
	.partner .partner_txt{text-align:left;width:100%;}
	
	.partner_list{margin:-5px -8px;}
	.partner_list .partner_item{width:50%;margin-bottom: 14px;}
	.partner_list .partner_item{padding:5px 8px;}
	.partner_list .partner_item>a{height:50px;}
	
	.footer{padding-top:25px;background-attachment:scroll;}
	.footer .footer_logo{margin-bottom:15px;}
	.footer .footer_logo img{height:38px;}
	.footer .footer_line{font-size:12px;line-height:22px;}
	.footer_nav{padding:10px 0;}
	.footer_nav .footer_nav_item a{font-size:14px;line-height:24px;}
	.footer_nav .footer_nav_item{margin:5px 0;padding-right:15px;}
	.footer .footer_prepare{font-size:12px;line-height:22px;padding:10px 0;}
	.footer .footer_prepare>div{display:block;}
	
	#back_top .master_more .master_more_btn .master_more_txt>i{font-size:18px;}
	#back_top{bottom:20px;right:15px;}
	
	.pageBanner_txt .pageBanner_title{font-size:14px;margin-bottom:12px;padding-right:50px;}
	.pageBanner_txt .pageBanner_title:after{width:40px;}
	.pageBanner_txt .pageBanner_p{font-size:23px;line-height:23px;}
	.pageBanner{height:44vw;}
	.pagenav:after{height:3px;}
	.pagenav{font-size:14px;line-height:50px;}	
	.prodSec{margin-top: 6px !important;}
	.pagenav .pagenav_box{padding: 0 0 0 2em !important;}
	.pagenav .pageltn .index_icon{font-size:18px;}
	.pagenav .pageltn .icon_right{margin:0 10px;}
	/*.pagenav .pageltn{display:none;}*/
	.pagenav .wrapper{float:none;width:100%;}
	.pagenav .pagenav_box{padding:0;}
    .pagenav .pagenav_list{margin-right:0;}
	.pagenav .pagenav_list li{padding:0 10px;}
	.pagenav .pagenav_list li:first-child{padding-left:15px;}
	.pagenav .pagenav_list li:last-child{padding-right:15px;}
	.pagenav .pagenav_list a{padding:0;}
	.enterTxt{padding:30px 15px;}
	.enter_box .enter_line{font-size:14px;line-height:24px;margin-top:20px;}
	.enter_title .found_time{margin-bottom:10px;}
	.enter_title .found_time span:nth-child(1){font-size:22px;margin-right:5px;}
	.enter_title .found_time span:nth-child(2){font-size:32px;line-height:32px;}
	.enter_title .found_assess{font-size:15px;line-height:24px;}
	
	.avt{padding:30px 0;}
	.avt_list{margin:-5px;}
	.avt_item{width:50%;padding:5px;}
	.avt_item .avt_txt{padding:8px;}
	.avt_item .avt_t{line-height:24px;}
	.avt_item .avt_t span{font-size:18px;font-family:'TT0627M';}
	.avt_item .avt_t i{font-size:16px;}
	.avt_item .avt_title{font-size:16px;margin-bottom:3px;}
	.avt_item .avt_name span{padding-right:12px;font-size:12px;}
	.avt_item .avt_name i:after{width:10px;}
	
	.paging li a{width:30px;height:30px;line-height:30px;}
	.paging li{padding:0 3px;}
	.paging li a i{font-size:14px;}
	.avt_box{padding-bottom:25px;}
	
	.newsDtl{padding:30px 0;}
	.newsDtl_t .newsDtl_title{font-size:18px;line-height:26px;margin-bottom:12px;}
	.newsDtl_t{padding-bottom:12px;}
	.newsDtl_t .newsDtl_time{font-size:14px;}
	.newsDtl_t .newsDtl_time span:first-child{margin-right:15px;}
	.newsDtl_box .newsDtl_cnt .newsDtl_c{font-size:14px;line-height:24px;padding-top:15px;padding-bottom:25px;}
	.newsDtl_box .newsDtl_line{margin-top:20px;}
	.newsDtl_box .newsDtl_Jump{padding-right:10px;}
	.newsDtl_box .newsDtl_Jump>div{padding:5px 0;font-size:14px;}
	.newsDtl_box .newsDtl_line .master_more .master_more_btn{line-height:14px;font-size:12px;}
	
	.service_item>a{flex-wrap:wrap;}
	.service_item .service_txt{width:100%;padding:20px 15px;}
	.service_item .service_bg{width:100%;order:-1;}
	.service{padding:25px 0;}
	.service_cnt .service_p{line-height:24px;font-size:14px;overflow:hidden;text-overflow:ellipsis;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
    .service_cnt .service_title{padding-bottom:10px;}
    .service_cnt .service_title h4{font-size:18px;line-height:18px;}
    .service_cnt .service_title p{font-size:14px;}
    .service_cnt{padding-left:70px;}
    .service_cnt .service_obj{width:50px;height:50px;}
    .service_item{margin-bottom:20px;}
	.service_cnt .service_see{margin-top:12px;font-size:14px;}
	.service_cnt .service_see .icon-see{font-size:16px;vertical-align:-1px;margin-right:5px;}
	.servicedtl .servicedtl_tab{width:100%;padding-bottom:8px;position:relative;top:0;}
	.servicedtl .servicedtl_tab:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e7e7e7;}
	.servicedtl .servicedtl_cnt{padding-top:20px;padding-left:0;}
	.servicedtl_tab .servicedtl_tab_item{padding-bottom:12px;}
	.servicedtl_tab .servicedtl_tab_item i{margin-right:8px;width:8px;height:8px;}
	.servicedtl_tab .servicedtl_tab_item a{font-size:14px;}
	.servicedtl_cnt .servicedtl_title h3{font-size:20px;line-height:20px;margin-bottom:5px;}
	.servicedtl_cnt .servicedtl_title p{font-size:14px;}
	.servicedtl_cnt .servicedtl_txt{padding-top:15px;}
	.servicedtl_cnt .servicedtl_txt h6{margin-bottom:5px;font-size:16px;}
	.servicedtl_cnt .servicedtl_txt p{font-size:14px;line-height:24px;}
	.servicedtl_cnt .servicedtl_txt .servicedtl_line{margin-bottom:0;}
	.servicedtl{padding:30px 0;}
	.contact_t{padding-bottom:25px;flex-wrap:wrap;}
	.contact_line{padding-top:20px;text-align:center;}
	.contact_txt{padding-bottom:30px;}
	.contact_t h4{font-size:20px;line-height:20px;margin-bottom:15px;width:100%;text-align:center;}
	.contact_t .contact_phone p{font-size:14px;}
	.contact_t .contact_phone h5{font-size:18px;}
	.contact_t .contact_phone{width:100%;text-align:center;}
	.contact{padding:30px 0;}
	.contact_line .contact_p{font-size:14px;line-height:26px;float:none;}
	.contact_line .contact_code{float:none;margin-top:15px;}
	.contact_line .contact_code .contact_code_img{margin-bottom:5px;margin:0 auto;width:100px;}
	.contact_line .contact_code p{margin-top:5px;}
	.feedback .feedback_title:after{width:20px;margin-left:-10px;}
	.feedback .feedback_title h3{font-size:26px;line-height:26px;}
    .feedback .feedback_title h4{font-size:20px;line-height:20px;}
    .feedback .feedback_title{margin-top:30px;padding-bottom:15px;}
    .feedback{margin:0;}
    .feedback_form{margin-top:25px;}
    .feedback_form .feedback_input{width:100%;float:none;padding:5px;}
    .feedback_form .feedback_input>div{padding:5px 15px;}
    .feedback_form .feedback_txt>div{padding:10px 15px;}
    .feedback_form .feedback_txt{padding:10px 5px;}
    .feedback_line{margin:-5px;}
    .feedback_form .feedback_input span{font-size:14px;}
    .feedback_form .feedback_input input{font-size:14px;height:30px;}
    .feedback_form .feedback_txt textarea{font-size:14px;}
    .feedback_form .feedback_txt span{font-size:14px;}
    .feedback_form .feedback_submit button{width:140px;height:38px;line-height:38px;}
    .feedback_form .feedback_submit button span{font-size:14px;margin-right:5px;}
    .feedback_form .feedback_submit button i{font-size:14px;}
    .feedback_form .feedback_submit{margin-top:15px;}
    .news_box .news_item{width:100%;float:none;}
    .news_item a{padding:15px;}
    .news_item .news_title{font-size:18px;margin-top:10px;margin-bottom:12px;}
    .news_item .news_p{font-size:14px;line-height:26px;margin-bottom:10px;height:52px;}
    .news_item .news_dt{font-size:14px;}
    .news_box{margin-bottom:30px;}
    .news{padding-bottom:30px;}
    .prize_box .prize_item{width:33.333333%;}
    .prize{padding:30px 0;}
    .prize_box .prize_obj{top:15px;left:15px;right:15px;bottom:15px;}
    .prize_box{margin:-12px -8px;padding-bottom:25px;}
    .prize_box .prize_item{padding:12px 8px;}
    .prize_box .prize_title{padding:10px 0;font-size:14px;}
    .czquery_t .czquery_title h4{font-size:20px;margin-right:10px;}
    .czquery_t .czquery_title h3{font-size:24px;}
    .czquery_form .czquery_in>div{margin:-5px 0;}
    .czquery_form .czquery_in{width:100%;float:none;}
    .czquery_form .czquery_input{width:100%;padding:5px 0;}
    .czquery_form .czquery_input input{padding:0 15px;font-size:14px;height:44px;}
    .czquery_form .czquery_btn{width:100%;float:none;padding-left:0;padding-top:10px;}
    .czquery_form .czquery_btn button{height:44px;font-size:14px;}
    .czquery_t .czquery_title{margin-bottom:25px;}
    .czquery{padding:30px 0;}
    .czquery_t{padding-bottom:25px;}
    .czquery_list{padding-top:25px;}
    .czquery_list .czquery_table{margin-top:10px;}
    .czquery_list .czquery_table thead{display:none;}
    .czquery_list .czquery_table tbody tr{padding:15px 0;display:block;}
    .czquery_list .czquery_table td{display:block;height:auto;line-height:22px;padding-left:100px;position:relative;padding-right:0;padding-bottom:10px;}
    .czquery_list .czquery_table td:before{color:#999;position:absolute;left:0;top:0;}
    .czquery_list .czquery_table td:nth-child(1):before{content:'项目编号';}
    .czquery_list .czquery_table td:nth-child(2):before{content:'单位名称';}
    .czquery_list .czquery_table td:nth-child(3):before{content:'项目名称';}
    .czquery_list .czquery_table td:nth-child(4):before{content:'咨询类别';}
    .czquery_list .czquery_table td:nth-child(5):before{content:'状态信息';}
    .czquery_list .czquery_table td:nth-child(6):before{content:'备注';}
    .czquery_list .czquery_table td:last-child{padding-bottom:0;}
    .czquery_list .czquery_p{font-size:14px;}
    
    .itde_txt .itde_title h3{margin-bottom:6px;font-size:26px;line-height:26px;}
    .itde_txt .itde_title h4{font-size:18px;line-height:26px;}
    .itde_txt .itde_title{padding-bottom:20px;line-height:16px;font-size:16px;}
    .itde_txt .itde_title:after{width:20px}
    .itde_img{width:100%;float:none;margin-top:30px;margin-bottom:20px;}
    .itde_img .itde_img_item:first-child{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
    .itde_img .itde_img_item:last-child{transform:translateY(10px);-webkit-transform:translateY(10px);}
    .itde_txt{width:100%;padding-right:0;float:none;}
    .itde_txt .itde_line{font-size:14px;line-height:26px;padding-top:20px;}
    .Nash_info h4{font-size:18px;line-height:18px;}
    .Nash_info{padding:35px 0;background-attachment:scroll;}
    
    .Nash_list{margin-top:20px;padding-top:20px;padding-bottom:30px;}
    .Nash_list .Nash_table{border-width:3px;}
    .Nash_list .Nash_table thead{display:none;}
    .Nash_list .Nash_table td{font-size:14px;}
    .Nash_list .Nash_condition>div{padding-top:15px;padding-bottom:20px;}
    .Nash_list .Nash_condition p{margin-bottom:5px;}
    .Nash_list .Nash_table td:first-child{padding-left:15px;}
    .Nash_list .Nash_table td:last-child{padding-right:15px;}
    
    .enter_data{background-attachment:scroll;}
    .work{padding:30px 0;}
    
    .qft_slide .qft_img{height:200px;}
}   

@media screen and (max-width:768px){ 
   .prize_box .prize_item{width:50%;}
}


.ylproduction{display: flex;padding-top: 3%;}

.sideProduct{display: inline-block;}
.sideProduct .item{width: 308px;height:450px;background-color:#0273bf;position:relative;padding-top:86px;padding-left:44px;padding-right:15px;transition:all .3s linear}
.sideProduct .item .pic{position:absolute;width:270px;height:370px;right:0;bottom:0;box-sizing:border-box}
.sideProduct .item .pic img{width:100%;height:100%}
.sideProduct .item .title{padding-right:35px;font-size:30px;font-weight:300;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:122px;line-height:46px}
.sideProduct .item .btn-eng .lis{position:absolute;width:0;height:100%;background-color:#2888c9;transition:all .4s linear;z-index:-1}
.sideProduct a{position:absolute;left:0;top:0;z-index:99}


.guanlist-wrap{position:relative;width: 100%;margin-left: auto;display: inline-block;}
.guanlist-out{width:100%;height:100%;position:relative;z-index:1;overflow:hidden;cursor:ew-resize;display: inline-block;margin-left: auto;margin-top: 3%;}
.guanlist{width:auto;height:100%;font-size:0;white-space:nowrap}
.guannext,.guanprev{display:inline-block;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:0;position:absolute;top:50%;z-index:3;margin-top:-25px}
.guanprev{background:#ccc url(../images/lt1.png) center no-repeat;left:0}
.guannext{background:#ccc url(../images/gt1.png) center no-repeat;right:0}
.guanlist li{display:inline-block;width:376px ;height:100%;background: #fff;}
.guanlist li+li{margin-left:10px}
.guanlist li .lin{height:100%}
.guanlist li a{display:block;width:100%;height:411px;overflow:hidden;position:relative}
.guanlist .pic{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0;font-size:0;display: flex;align-items: center;}
.guanlist .pic img{height:68%;width:100%;-o-object-fit:cover;object-fit:cover;margin-top: -18%;}
.guanlist .pic i{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background:url(../images/jab1.png) bottom no-repeat}
.guanlist li .one{padding:0 30px 10px;position:absolute;left:0;bottom:4%;z-index:1;box-sizing: border-box;
    width: 100%;}
.guanlist li h3{font-size:20px;color:#000;line-height:32px;height:32px;overflow:hidden}
.guanlist li h4{font-size:14px;color:#333;line-height:20px;text-transform:capitalize;height:20px;overflow:hidden;margin-top:3px;opacity: .6;}
.guanlist li .cover{position:absolute;width:100%;height:100%;top:0;left:0;z-index:4;opacity:0;-webkit-transform:scale(.9);transform:scale(.9);background-color:rgba(6,83,155,.9)}
.guanlist li .cover .in{padding:144px 10px 10px;text-align:center}
.guanlist li .cover .txt2{font-size:20px;color:#fff;line-height:32px;height:32px;overflow:hidden}
.guanlist li .cover .txt3{font-size:14px;color:#fff;line-height:20px;text-transform:capitalize;height:20px;overflow:hidden;margin-top:3px;font-family:Helvetica}
.guanlist li .cover label{display:block;margin:85px auto 0;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;-webkit-transition:.4s;transition:.4s;background:url(../images/gt3-fser.png) center no-repeat}
.guanlist li .cover label:hover{border-color:#fff}
.guanlist .cover,.guanlist .one{-webkit-transition:.6s;transition:.6s}
.guanlist li:hover .cover{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.guanlist li:hover .one{opacity:0}
/*.productionarea li{height: 470px;}
.productionarea li a{height: 100%;}*/





.footer-top {
    
    position: relative;
}
.footer-add {
    float: left;margin-right: 7%;
}.footer-address {
    position: relative;
    margin-bottom: 54px;
    padding-left: 28px;
}
.footer-address:before {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  content: "";
  width: 2px;
  background: #00c0ff;
}
.footer-address p {
  color: #fff;
  font-size: 14px;
  opacity: .8;
  line-height: 2;
}
.footer-address b {
  display: block;
  margin-top: 12px;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}
.link span {
  display: block;
  float: left;
  padding-left: 30px;
  margin-right: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  background: url(../images/link.png) left center no-repeat;
}
.link a {
  display: block;
  float: left;
  margin-right: 14px;
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
.link a:hover {
  color: #00c0ff;
}
.footer-navs {
 
}
.footer-nav-item {
  display: block;
  float: left;
  width: 134px;
}
.footer-nav-item:last-child {
  width: auto;
}
.footer-nav-item dt {
  display: block;
  margin-bottom: 25px;
}
.footer-nav-item dt a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
color: #fff;  
  font-weight: normal;
}
.footer-nav-item dt a:hover {
  color: #00c0ff;
}
.footer-nav-item dd {
  display: block;
}
.footer-nav-item dd p {
  margin-bottom: 6px;
}
.footer-nav-item dd p a {
  display: inline-block;
color: #fff;
    opacity: .6;
  font-size: 14px;
}
.footer-nav-item dd p a:hover {
  color: #00c0ff;
}
.eq-list {
  float: right;
}
.eq {
  width: 100px;
  float: left;
  margin-left: 22px;
}
.eq:first-child {
  margin-left: 0;
}
.eq img {
  display: block;
  width: 100px;
  height: auto;
}
.eq span {
  display: block;
  margin-top: 14px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}



.sContact-wrap {
    padding: 2rem 0;
}
.subpage-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.subpage-head {
    text-align: center;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
}

.subpage-head .en {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(230, 0, 39, 0.5);
    font-weight: bold;
    background-image: -webkit-linear-gradient(-90deg, rgba(230, 0, 39, 0.4), rgba(230, 0, 39, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.subpage-head .cn {
    color: #333333;
    margin-top: -0.5em;
}
.sContact-map {
    position: relative;
    z-index: 2;
    padding: 0.6rem 1rem;
}
.sContact-map #dituContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1.1;
    background-color: #f5f3f0;
}
.sContact-map .float-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 4px 14.4px 0.6px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 14.4px 0.6px rgb(0 0 0 / 15%);
    z-index: 4;
    padding: 3.6rem 5.2rem 3.6rem 4.2rem;
    overflow: hidden;
    color: #fff;
    background-color: #15458beb;
}
.sContact-map .float-info .line {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.2);
  min-height: 56px;
  padding: 2.6rem 0 2rem 6rem;
}
.sContact-map .float-info .line:last-child{border-bottom: none;}
.sContact-map .float-info .line:nth-child(1n+2) {
  margin-top: 0.6rem;
}
.sContact-map .float-info .line .icoImg {
  float: left;
  margin-left: -72px;
  width: 56px;
  height: 56px;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  border-radius: 50%;
}
.sContact-map .float-info .line .btn {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
.sContact-map .float-info .line .btn .sdt {
  opacity: .6;
}
.sContact-map .float-info .line .btn .sdd {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}


.BMapLabel {border: 0 !important;}
.BMapLabel .map-info {height:90px;display:flex;align-items:center;}
.BMapLabel .map-info .info {width:460px;height:100%;padding:20px;background-color: #fff;}
.BMapLabel .map-info .info .t1 {font-size:14px;color:#666;}
.BMapLabel .map-info .info .t2 {font-size:18px;margin-top:10px;}
.BMapLabel .map-info .gps-box {display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#125ba9;padding:0 20px;height:100%;}
.BMapLabel .map-info .gps-box i {width: 30px;height: 30px;display: block;margin: 0 auto;background:url(../picture/icon_pos2.png) no-repeat center;background-size: cover;}
.BMapLabel .map-info .gps-box .tt {font-size:14px;color:#fff;margin-top:10px;}




.prolist{padding:0 0 4px;margin:0 -12px;overflow:hidden}
.prolist li{float:left;width:33.33%;margin-bottom:86px}
.prolist li .lin{padding:0 12px}
.prolist li a{display:block;position:relative}
.prolist .pic{width:100%;height:0;padding-bottom:70%;position:relative}
.prolist img{position:absolute;z-index:1;left:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.prolist li .wz{padding:20px 24px;border-bottom:1px solid #ddd;position:relative}
.prolist li h3{font-size:18px;color:#333;line-height:40px;height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:70px}
.prolist li .more{font-size:14px;color:#999;line-height:40px;height:40px;padding-right:24px;overflow:hidden;background:url(../picture/jtr3.png) right no-repeat;position:absolute;right:24px;top:20px;z-index:1}
.prolist li a:after{left:100%;position:absolute;bottom:0;content:" ";width:0;z-index:2;border-bottom:2px solid #107cc9;-webkit-transition:.5s;transition:.5s}
.prolist li:hover a:after{width:100%;left:0;-webkit-transition:width .5s;transition:width .5s}
.prolist li:hover h3{color:#107cc9}
.prolist li:hover .more{color:#107cc9;background-image:url(../picture/jtr3h.png)}




.propage-wrap{background-color:#fff;}
.profirst{overflow:hidden;min-height:410px}
.xijie{width:49%;height:410px;float:left;z-index:1;position:relative}
.xijie .bigpic{width:100%;height:100%;position:relative;background-color:#dddddd52;text-align:center;line-height:410px;font-size:0}
.xijie .bigpic img{/*max-width:100%;*/max-height:100%;/*width: 100%;*/margin: 0 auto;}
.proinfo{float:right;width:45%;height:410px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.proinfo .proname{font-size:36px;line-height:50px;color:#333;margin-bottom:28px}
.proinfo .xiangxi{font-size:16px;line-height:40px;color:#666;max-height: 200px;overflow:auto;margin-top:24px;}
.proinfo .xiangxi p{line-height:180% ;}
.proinfo .xiangxi p strong {line-height: 36px;}
.proinfo .probtnarea{font-size:0;margin-top:50px}
.proinfo .probtn{display:inline-block;width:178px;height:58px;border:1px solid #ddd;border-radius:5px;margin-left:34px;color:#333;font-size:16px;line-height:58px;text-align:center;position:relative;overflow:hidden}
.proinfo .probtn:first-child{margin-left:0}
.btn-circle-hover{position:absolute;z-index:0;pointer-events:none;border-radius:50%;background-color:rgba(16,124,201,.3);transform:translate(-50%,-50%);width:0;height:0;opacity:0;transition:width .8s,height .8s,opacity .8s}
.proinfo .probtn{display:inline-block;width:178px;height:58px;border:1px solid #ddd;border-radius:5px;margin-left:34px;color:#333;font-size:16px;line-height:58px;text-align:center;position:relative;overflow:hidden}
.btn-circle-hover{position:absolute;z-index:0;pointer-events:none;border-radius:50%;background-color:rgba(16,124,201,.3);transform:translate(-50%,-50%);width:0;height:0;opacity:0;transition:width .8s,height .8s,opacity .8s}
.zlfenge{width:100%;height:1px;background-color:#ddd;margin-top:100px}
.zhiliang.i1{margin:80px 0 0 0;}
.zhiliang .inner{position:relative;padding-left:412px;}
.cate3{position:absolute;left:0;top:0;z-index:1;padding-left:38px;padding-top:26px;background:url(../picture/moon.png) 0 0 no-repeat}
.cate3 .cn{font-size:30px;color:#107cc9;line-height:46px;font-weight:700;height:50px}
.cate3 .en{font-size:18px;color:#107cc9;line-height:30px;height:30px;text-transform:uppercase;font-family:amerigobt}
.zhiliangcon{font-size:18px;color:#666;line-height:34px;text-align:justify;padding-top:26px}
.zhiliangcon p strong {line-height: 64px;color: #333;}

.prosDtl{padding-top: 4vw;padding-bottom: 4vw;}

.navsjout{width:100%;opacity:0;overflow:auto;position:fixed;top:80px;bottom:0;left:-100%;z-index:20;-moz-transition:.4s;-ms-transition:.4s;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background-color:#333;background: url(../picture/navbg.jpg) center no-repeat;background-size: cover;animation: navbgmove 40s infinite alternate linear;}
@keyframes navbgmove{
    0% {background-position: left center;}
    100% {background-position: right center;}
}
.navsjout::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.navsjout.on{opacity:1;left:0}
.navsj{width:100%;-webkit-overflow-scrolling:touch;position:absolute;top:0;left:0}
.navsj>li{position:relative}
.navsj>li>a{display:block;height:100px;text-align:center;line-height:100px;font-size:1.6rem;color:#fff;position:relative}
.navsj>li>a:after{content:'';position:absolute;left:30px;right:30px;bottom:0;z-index:0;height:1px;background-color:#666}






@media screen and (max-width: 1720px) {
  .guanlist-wrap {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1440px) {
	.navbtn{width: 90.72px;height: 90.72px;}	
	.header{height: 88px;overflow: hidden;}
	.navsjout{top: 88px ;}
	.header .nav>li>a{padding: 0.8vw 8px 0.8vw 0;}
	.header .phone .phoneIcon:nth-child(2) {margin-right: 40px;}
	.header .phone{padding: 2.5vw 0;}
	.czAbout .czAbout_line{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
	.projectcase .case_box{height: 46vh !important;}
	.speechcon .ti2.en{display: none;}
}
@media screen and (max-width: 1240px) {
  .guanlist-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
	.projectcase .case_box {
	    height: 33vh !important;
	}
	.footer-navs{display: none;}
}
@media screen and (max-width: 960px) {
  .guanlist-wrap {
    padding: 0 20px;
  }
  	.navsjout{top: 56px !important;}
  .header{height: 56px;}
  .navbtn.on s:nth-child(1),.navbtn.on s:nth-child(3){top: 27px;}
  .projectcase .case_box {height: auto !important;}
  .case_line{display: none;}
  .projectcase .case_box{margin: 0;}
  .projectcase .case_list{position: static;display: flex;flex-direction: column;}
  .projectcase .case_list .case_item{width: 96%;margin: 0 auto;}

  .enter_box .enter_line p{line-height: 180%;}
  .talk{display: flex;flex-direction: column;padding-left: 0;}
  .talkleft{position: static;height: auto;}
  .talkleft,.speech{width: 100%;}
  .talkleft .china{display: none;}
  .talkcate{display: flex;flex-direction: column;justify-content: center;align-content: center;}
  .talkcate .en,.talkcate .cn{text-align: center;}
  .talkcate:after{left: 50%;margin-left: -15px;}
  .talkleft .inner{padding: 2rem 0;}
  .talkcate .en{font-size: 2.4em;}
  .talkcate .cn{margin-top: -1em;}
  .speech{height: auto;min-height: auto;}
  .speech .inner{padding: 60px 90px;}
  .prolist li{width: 50% !important;}


	.profirst{display: flex;flex-direction: column;}
	.xijie,.proinfo{width: 100% !important;}
	.zlfenge{margin-top: 0;}

	.zhiliang .inner{padding: 0;display: flex;flex-direction: column;}
	.zhiliang.i1{margin-top: 6%;}
	.zhiliang .inner .cate3{position: static;}
	.zhiliangcon p img{width: 100%;}

.contact_t .contact_phone{display: none;}
.contactitle{width: 100%;text-align: center;}
.contact_t h4{font-size: 24px;}
.contact{padding: 48px 0;}
.sContact-map .float-info{display: none;}
.sContact-map{padding: 14.6rem 1rem;}
.feedback .feedback_title{margin-top: 0;padding-top: 2vh;}
.header .phone>.phoneIcon{height: 50px;}
.header .phone .phoneIcon:nth-child(2){display: block;position: absolute;right: 0;margin-right: 56px;}


}
@media screen and (max-width: 640px){
	.header img.logoSe,.header .logo a::after,.eq-list{display: none;}
	.footer-address{margin-bottom: 28px;}
	.navsj>li>a{font-size: 1.2rem;height: 90px;line-height: 90px;}
	.navsj>li>a:after{background-color: #ffffff3b;}
	.guanlist li .cover {display: none;}
	.guanlist li a{height: 36vh;}
	.business .case_box{height: auto !important;}
	.case_list{position: static;}
	.guanlist li .one{padding: 0 8% 6%;;box-sizing: border-box;}
	.guanlist li h3{font-size: 1.2rem;}
	.guanlist .pic img{position: absolute;top: 0;}
	.guanlist li h4{font-size: .9rem;}
	  .prolist li{width: 100% !important;}
	  .xijie .bigpic img{width: 100%;}
	  .xijie,.proinfo{height: auto;}
	  .proinfo{margin-top: 20px;}
	  .proinfo .proname{font-size: 22px;margin-bottom: 0;}
	  .proinfo .xiangxi{margin-top: 0;}
	  .proinfo .probtnarea{display: flex;width: 100%;margin: 26px 0 36px;}
	  .proinfo .probtn{width: 45%;font-size: 15px;}
	  .newsDtl_box .newsDtl_line{margin-bottom: 20px;}
}